Html Css Color HEX #265ECC Cerulean Blue

📋 copy color: '#265ECC'

red 38 ◦ green 94 ◦ blue 204

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

Shades of Cerulean Blue #265ECC

Tints of Cerulean Blue #265ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

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

R = 11.31%
G = 27.98%
B = 60.71%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#265ECC (or 0x265ECC) is known color: Cerulean Blue. HEX triplet: 26, 5E and CC. RGB value is (38,94,204). Sum of RGB (Red+Green+Blue) = 38+94+204=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #265ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ECC is #D9A133. Grayscale: #595959. Windows color (decimal): -14262580 or 13393446. OLE color: 13393446.

HSL color Cylindrical-coordinate representation of color #265ECC: hue angle of 219.76º 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 #265ECC is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 94 204 -
CMYK 0.81 0.54 0 0.2
HSL 219.76º 0.69% 0.47% -
HSV(B) 219.76º 0.81% 0.8% -
XYZ 15.7 12.78 58.77 -
YUV 89.8 192.45 91.06 -
System Red Green Blue C M Y K H S L
Decimal 38 94 204 0.81 0.54 0 0.2 219.76 0.69 0.47
Hex 26 5E CC 51 36 0 14 DC 45 2F
Octal 46 136 314 121 66 0 24 334 105 57
Binary 100110 1011110 11001100 1010001 110110 0 10100 11011100 1000101 101111

Color Harmonies of #265ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265ECC

Black with #265ECC

Text Example


Text Example

White with #265ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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