Html Css Color HEX #268ACD Curious Blue

📋 copy color: '#268ACD'

red 38 ◦ green 138 ◦ blue 205

#268ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #268ACD

Tints of Curious Blue #268ACD

RGB

 RED value IS 38 (15.23% from 255) = 9.97%

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 9.97%
G = 36.22%
B = 53.81%

CMYK

 C value IS 0.81

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#268ACD (or 0x268ACD) is known color: Curious Blue. HEX triplet: 26, 8A and CD. RGB value is (38,138,205). Sum of RGB (Red+Green+Blue) = 38+138+205=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #268ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ACD is #D97532. Grayscale: #737373. Windows color (decimal): -14251315 or 13470246. OLE color: 13470246.

HSL color Cylindrical-coordinate representation of color #268ACD: hue angle of 204.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #268ACD is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 138 205 -
CMYK 0.81 0.33 0 0.20
HSL 204.07º 0.69% 0.48% -
HSV(B) 204.07º 0.81% 0.8% -
XYZ 20.91 23 61.09 -
YUV 115.74 178.37 72.55 -
System Red Green Blue C M Y K H S L
Decimal 38 138 205 0.81 0.33 0 0.20 204.07 0.69 0.48
Hex 26 8A CD 51 21 0 14 CC 45 30
Octal 46 212 315 121 41 0 24 314 105 60
Binary 100110 10001010 11001101 1010001 100001 0 10100 11001100 1000101 110000

Color Harmonies of #268ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ACD

Black with #268ACD

Text Example


Text Example

White with #268ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268ACD; }

 p { color: rgb(38,138,205); }

 H1.HeaderClassName
 {
   color: #268ACD;
 }
 .AnyTagClassName
 {
   color: #268ACD;
 }
</style>

background-color css

<style>
 a { background-color: #268ACD; }

 a { background-color: rgb(38,138,205); }

 div.DivClassName
 {
   background-color: #268ACD;
 }
 .BgClassName
 {
   background-color: #268ACD;
 }
</style>

border-color css

<style>
 span { border-color: #268ACD; }

 span { border-color: rgb(38,138,205); }

 td.TdClassName
 {
   border-color: #268ACD;
 }
 .TagClassName
 {
   border-color: #268ACD;
 }
</style>