Html Css Color HEX #265FCC Cerulean Blue

📋 copy color: '#265FCC'

red 38 ◦ green 95 ◦ blue 204

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

Shades of Cerulean Blue #265FCC

Tints of Cerulean Blue #265FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.19%

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

R = 11.28%
G = 28.19%
B = 60.53%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#265FCC (or 0x265FCC) is known color: Cerulean Blue. HEX triplet: 26, 5F and CC. RGB value is (38,95,204). Sum of RGB (Red+Green+Blue) = 38+95+204=337 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.28% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #265FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265FCC is #D9A033. Grayscale: #595959. Windows color (decimal): -14262324 or 13393702. OLE color: 13393702.

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

Color convert

RGB 38 95 204 -
CMYK 0.81 0.53 0 0.2
HSL 219.4º 0.69% 0.47% -
HSV(B) 219.4º 0.81% 0.8% -
XYZ 15.79 12.96 58.8 -
YUV 90.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 38 95 204 0.81 0.53 0 0.2 219.4 0.69 0.47
Hex 26 5F CC 51 35 0 14 DB 45 2F
Octal 46 137 314 121 65 0 24 333 105 57
Binary 100110 1011111 11001100 1010001 110101 0 10100 11011011 1000101 101111

Color Harmonies of #265FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FCC

Black with #265FCC

Text Example


Text Example

White with #265FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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