Html Css Color HEX #265BC8 Cerulean Blue

📋 copy color: '#265BC8'

red 38 ◦ green 91 ◦ blue 200

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

Shades of Cerulean Blue #265BC8

Tints of Cerulean Blue #265BC8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 11.55%
G = 27.66%
B = 60.79%

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

#265BC8 (or 0x265BC8) is known color: Cerulean Blue. HEX triplet: 26, 5B and C8. RGB value is (38,91,200). Sum of RGB (Red+Green+Blue) = 38+91+200=329 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.55% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 200 (78.52% from 255 or 60.79% from 329); Max value from RGB is 200 - color contains mainly: blue. Hex color #265BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265BC8 is #D9A437. Grayscale: #575757. Windows color (decimal): -14263352 or 13130534. OLE color: 13130534.

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

Color convert

RGB 38 91 200 -
CMYK 0.81 0.54 0 0.22
HSL 220.37º 0.68% 0.47% -
HSV(B) 220.37º 0.81% 0.78% -
XYZ 14.97 12.06 56.18 -
YUV 87.58 191.44 92.64 -
System Red Green Blue C M Y K H S L
Decimal 38 91 200 0.81 0.54 0 0.22 220.37 0.68 0.47
Hex 26 5B C8 51 36 0 16 DC 44 2F
Octal 46 133 310 121 66 0 26 334 104 57
Binary 100110 1011011 11001000 1010001 110110 0 10110 11011100 1000100 101111

Color Harmonies of #265BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BC8

Black with #265BC8

Text Example


Text Example

White with #265BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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