Html Css Color HEX #265CCE Cerulean Blue

📋 copy color: '#265CCE'

red 38 ◦ green 92 ◦ blue 206

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

Shades of Cerulean Blue #265CCE

Tints of Cerulean Blue #265CCE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 11.31%
G = 27.38%
B = 61.31%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#265CCE (or 0x265CCE) is known color: Cerulean Blue. HEX triplet: 26, 5C and CE. RGB value is (38,92,206). Sum of RGB (Red+Green+Blue) = 38+92+206=336 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.31% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #265CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CCE is #D9A331. Grayscale: #585858. Windows color (decimal): -14263090 or 13524006. OLE color: 13524006.

HSL color Cylindrical-coordinate representation of color #265CCE: hue angle of 220.71º 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 #265CCE is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 92 206 -
CMYK 0.82 0.55 0 0.19
HSL 220.71º 0.69% 0.48% -
HSV(B) 220.71º 0.82% 0.81% -
XYZ 15.77 12.52 59.98 -
YUV 88.85 194.11 91.73 -
System Red Green Blue C M Y K H S L
Decimal 38 92 206 0.82 0.55 0 0.19 220.71 0.69 0.48
Hex 26 5C CE 52 37 0 13 DD 45 30
Octal 46 134 316 122 67 0 23 335 105 60
Binary 100110 1011100 11001110 1010010 110111 0 10011 11011101 1000101 110000

Color Harmonies of #265CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CCE

Black with #265CCE

Text Example


Text Example

White with #265CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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