Html Css Color HEX #265DBC Cerulean Blue

📋 copy color: '#265DBC'

red 38 ◦ green 93 ◦ blue 188

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

Shades of Cerulean Blue #265DBC

Tints of Cerulean Blue #265DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.93%

R = 11.91%
G = 29.15%
B = 58.93%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#265DBC (or 0x265DBC) is known color: Cerulean Blue. HEX triplet: 26, 5D and BC. RGB value is (38,93,188). Sum of RGB (Red+Green+Blue) = 38+93+188=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #265DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265DBC is #D9A243. Grayscale: #565656. Windows color (decimal): -14262852 or 12344614. OLE color: 12344614.

HSL color Cylindrical-coordinate representation of color #265DBC: hue angle of 218º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #265DBC is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 93 188 -
CMYK 0.80 0.51 0 0.26
HSL 218º 0.66% 0.44% -
HSV(B) 218º 0.8% 0.74% -
XYZ 13.79 11.87 49.14 -
YUV 87.39 184.78 92.78 -
System Red Green Blue C M Y K H S L
Decimal 38 93 188 0.80 0.51 0 0.26 218 0.66 0.44
Hex 26 5D BC 50 33 0 1A DA 42 2C
Octal 46 135 274 120 63 0 32 332 102 54
Binary 100110 1011101 10111100 1010000 110011 0 11010 11011010 1000010 101100

Color Harmonies of #265DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DBC

Black with #265DBC

Text Example


Text Example

White with #265DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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