Html Css Color HEX #265CCC Cerulean Blue

📋 copy color: '#265CCC'

red 38 ◦ green 92 ◦ blue 204

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

Shades of Cerulean Blue #265CCC

Tints of Cerulean Blue #265CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.08%

R = 11.38%
G = 27.54%
B = 61.08%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#265CCC (or 0x265CCC) is known color: Cerulean Blue. HEX triplet: 26, 5C and CC. RGB value is (38,92,204). Sum of RGB (Red+Green+Blue) = 38+92+204=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #265CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265CCC is #D9A333. Grayscale: #585858. Windows color (decimal): -14263092 or 13392934. OLE color: 13392934.

HSL color Cylindrical-coordinate representation of color #265CCC: hue angle of 220.48º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265CCC is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 38 92 204 -
CMYK 0.81 0.55 0 0.2
HSL 220.48º 0.69% 0.47% -
HSV(B) 220.48º 0.81% 0.8% -
XYZ 15.53 12.43 58.71 -
YUV 88.62 193.11 91.89 -
System Red Green Blue C M Y K H S L
Decimal 38 92 204 0.81 0.55 0 0.2 220.48 0.69 0.47
Hex 26 5C CC 51 37 0 14 DC 45 2F
Octal 46 134 314 121 67 0 24 334 105 57
Binary 100110 1011100 11001100 1010001 110111 0 10100 11011100 1000101 101111

Color Harmonies of #265CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265CCC

Black with #265CCC

Text Example


Text Example

White with #265CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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