Html Css Color HEX #265ECE Cerulean Blue

📋 copy color: '#265ECE'

red 38 ◦ green 94 ◦ blue 206

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

Shades of Cerulean Blue #265ECE

Tints of Cerulean Blue #265ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.95%

R = 11.24%
G = 27.81%
B = 60.95%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#265ECE (or 0x265ECE) is known color: Cerulean Blue. HEX triplet: 26, 5E and CE. RGB value is (38,94,206). Sum of RGB (Red+Green+Blue) = 38+94+206=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #265ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265ECE is #D9A131. Grayscale: #595959. Windows color (decimal): -14262578 or 13524518. OLE color: 13524518.

HSL color Cylindrical-coordinate representation of color #265ECE: hue angle of 220º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #265ECE is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 94 206 -
CMYK 0.82 0.54 0 0.19
HSL 220º 0.69% 0.48% -
HSV(B) 220º 0.82% 0.81% -
XYZ 15.94 12.87 60.04 -
YUV 90.02 193.45 90.89 -
System Red Green Blue C M Y K H S L
Decimal 38 94 206 0.82 0.54 0 0.19 220 0.69 0.48
Hex 26 5E CE 52 36 0 13 DC 45 30
Octal 46 136 316 122 66 0 23 334 105 60
Binary 100110 1011110 11001110 1010010 110110 0 10011 11011100 1000101 110000

Color Harmonies of #265ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265ECE

Black with #265ECE

Text Example


Text Example

White with #265ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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