Html Css Color HEX #265DC8 Cerulean Blue

📋 copy color: '#265DC8'

red 38 ◦ green 93 ◦ blue 200

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

Shades of Cerulean Blue #265DC8

Tints of Cerulean Blue #265DC8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 200 (78.52% from 255) = 60.42%

R = 11.48%
G = 28.1%
B = 60.42%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#265DC8 (or 0x265DC8) is known color: Cerulean Blue. HEX triplet: 26, 5D and C8. RGB value is (38,93,200). Sum of RGB (Red+Green+Blue) = 38+93+200=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 200 (78.52% from 255 or 60.42% from 331); Max value from RGB is 200 - color contains mainly: blue. Hex color #265DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DC8 is #D9A237. Grayscale: #585858. Windows color (decimal): -14262840 or 13131046. OLE color: 13131046.

HSL color Cylindrical-coordinate representation of color #265DC8: hue angle of 219.63º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265DC8 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 93 200 -
CMYK 0.81 0.54 0 0.22
HSL 219.63º 0.68% 0.47% -
HSV(B) 219.63º 0.81% 0.78% -
XYZ 15.14 12.41 56.24 -
YUV 88.75 190.78 91.8 -
System Red Green Blue C M Y K H S L
Decimal 38 93 200 0.81 0.54 0 0.22 219.63 0.68 0.47
Hex 26 5D C8 51 36 0 16 DC 44 2F
Octal 46 135 310 121 66 0 26 334 104 57
Binary 100110 1011101 11001000 1010001 110110 0 10110 11011100 1000100 101111

Color Harmonies of #265DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DC8

Black with #265DC8

Text Example


Text Example

White with #265DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,93,200); }

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

background-color css

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

 a { background-color: rgb(38,93,200); }

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

border-color css

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

 span { border-color: rgb(38,93,200); }

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