Html Css Color HEX #265CC8 Cerulean Blue

📋 copy color: '#265CC8'

red 38 ◦ green 92 ◦ blue 200

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

Shades of Cerulean Blue #265CC8

Tints of Cerulean Blue #265CC8

RGB

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

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

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

R = 11.52%
G = 27.88%
B = 60.61%

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

#265CC8 (or 0x265CC8) is known color: Cerulean Blue. HEX triplet: 26, 5C and C8. RGB value is (38,92,200). Sum of RGB (Red+Green+Blue) = 38+92+200=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 200 (78.52% from 255 or 60.61% from 330); Max value from RGB is 200 - color contains mainly: blue. Hex color #265CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CC8 is #D9A337. Grayscale: #575757. Windows color (decimal): -14263096 or 13130790. OLE color: 13130790.

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

Color convert

RGB 38 92 200 -
CMYK 0.81 0.54 0 0.22
HSL 220º 0.68% 0.47% -
HSV(B) 220º 0.81% 0.78% -
XYZ 15.05 12.24 56.21 -
YUV 88.17 191.11 92.22 -
System Red Green Blue C M Y K H S L
Decimal 38 92 200 0.81 0.54 0 0.22 220 0.68 0.47
Hex 26 5C C8 51 36 0 16 DC 44 2F
Octal 46 134 310 121 66 0 26 334 104 57
Binary 100110 1011100 11001000 1010001 110110 0 10110 11011100 1000100 101111

Color Harmonies of #265CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CC8

Black with #265CC8

Text Example


Text Example

White with #265CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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