Html Css Color HEX #268ECC Curious Blue

📋 copy color: '#268ECC'

red 38 ◦ green 142 ◦ blue 204

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

Shades of Curious Blue #268ECC

Tints of Curious Blue #268ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.98%

 BLUE value IS 204 (80.08% from 255) = 53.13%

R = 9.9%
G = 36.98%
B = 53.13%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#268ECC (or 0x268ECC) is known color: Curious Blue. HEX triplet: 26, 8E and CC. RGB value is (38,142,204). Sum of RGB (Red+Green+Blue) = 38+142+204=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #268ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #268ECC is #D97133. Grayscale: #757575. Windows color (decimal): -14250292 or 13405734. OLE color: 13405734.

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

Color convert

RGB 38 142 204 -
CMYK 0.81 0.30 0 0.2
HSL 202.41º 0.69% 0.47% -
HSV(B) 202.41º 0.81% 0.8% -
XYZ 21.37 24.12 60.66 -
YUV 117.97 176.54 70.96 -
System Red Green Blue C M Y K H S L
Decimal 38 142 204 0.81 0.30 0 0.2 202.41 0.69 0.47
Hex 26 8E CC 51 1E 0 14 CA 45 2F
Octal 46 216 314 121 36 0 24 312 105 57
Binary 100110 10001110 11001100 1010001 11110 0 10100 11001010 1000101 101111

Color Harmonies of #268ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268ECC

Black with #268ECC

Text Example


Text Example

White with #268ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,142,204); }

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

background-color css

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

 a { background-color: rgb(38,142,204); }

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

border-color css

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

 span { border-color: rgb(38,142,204); }

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